home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / disk / moni / deksid210.lha / Deksid_2.10 / news.txt < prev    next >
Text File  |  1992-11-20  |  4KB  |  108 lines

  1.        _        _                  _        _                _    _
  2. |\\  ||  ||// //  || |\\    \\// ||_ ||>> <<  || //\\ |\\||  _| || |
  3. ||\\ ||_ |//  \\  || ||\\    \/  ||_ ||\\ _>> || \\// ||\\| |_ .||_|
  4. ||// ||  |\\   \\ || ||//
  5. |//  ||_ ||\\ _// || |//    Programmation: ©1990-1992 Christian Warren
  6.                              Font et Docs: ©1990-1992 Marc Dionne
  7.                                      Date: 22th novembre 1992
  8.  
  9. News to 2.10                                 Date: 22th november 1992
  10. ­­­­­­­­­­­­
  11.  
  12. - A disassembler is now include in Deksid. Some functions has been added
  13. in touch with this disassembler. ('Disassemble block' and 'Print
  14. disassembled block').
  15. - Shift + left arrow = Move to Bytes to the left.
  16. - Shift + right arrow = Move to the next instruction.
  17. - You can now Print block as Source (C, Asm or Basic).
  18.  
  19. News to 2.05                                 Date: december 27th 1991
  20. ­­­­­­­­­­­­
  21.  
  22. - the function 'Find File Header' will found the file header of a file
  23. you choose with a file requester.
  24.  
  25. - Small bug removed in the 'Compare' function.
  26.  
  27. - You can now removed the unnecessary requester like 'Do you really want
  28. to do what you choose?'. (Menu item = 'Prompt')
  29.  
  30. - some news key sequence.
  31.  
  32.    - Ctrl-'w' -> save the block.
  33.    - TAB      -> Change the mode of edition (Ascii <-> Hexa).
  34.  
  35. - the KeyPad can now be used to controle the runner.
  36.  
  37. - All the requester as been reworked to be more 'cute' (I think...).
  38.  
  39. - No more bug when you use the FRQBypass programm. I think the bug is in
  40. FRQByPass but I dont take chance, I correct it...
  41.  
  42. News to 2.03                                 Date: july 6th 1991
  43. ­­­­­­­­­­­­
  44.  
  45. - Bug removed in the "Install Switcher" and "Remove switcher". Theses
  46. functions dont erase block 1 anymore.
  47.  
  48. - Bug removed in the Search function, when can now search on block higher
  49. then 32000.
  50.  
  51. - Bug removed in Recover File function. This function now work with FFS.
  52.  
  53. - New Pattern in the search function :
  54.  
  55. Pattern only in AscII search.
  56.  
  57.    '@' -> will match any AscII character (from 32 to 126). Useful for
  58.           searching for readable text. Ex. if you want to search for any
  59.           any string that have at least 5 AscII character, you just have
  60.           to search for '@@@@@'.
  61.    '^' -> If you put this pattern at the begining of the string, the
  62.           program search for a FileHeader. Ex. '^Deksid.info' will found
  63.           the FileHeader of the File "Deksid.info".
  64.    '\' -> Allow you to search for the real pattern character.
  65.           Ex. '\?lo\@\^" will search for string '?lo@^'.
  66.  
  67. Pattern in the Hex search.
  68.  
  69.    '?' -> the pattern will now work with half of a bytes.
  70.           Ex. '3A?5' will found '3A65', '3AF5', ...
  71.  
  72. - You have now 2 choices for the blue box. You can have an Hex-Dec-Bin
  73. display or a Dec-8bits-16bits-32bits display. For those who just dont care
  74. I recommend the 8-16-32 display because he's faster.
  75.  
  76. - Recompiled with Lattice SAS 5.10
  77.  
  78. News to 2.01                                 Date: 14th april 1991
  79. ­­­­­­­­­­­­
  80.  
  81. - Time appear when searching a sequence on a disk.  The search function
  82. is also much faster.  (About 7 secs less to search on a complete disk)
  83.  
  84. - Few Bugs remove from the Recover Block functions.
  85.  
  86. - Recalcule All Checksum is accelerate by a factor of 700%.
  87.  
  88. ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
  89. ­­­> for the Super Fat Agnus computer <­­­
  90. ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
  91.  
  92. - Frequence Entrance = frequence at the beginning (PAL or NTSC).  Can be
  93. changed a at any time.
  94. - Frequence Exit = frequence when you leave Deksid (PAL or NTSC).  Useful
  95. for the people who usualy work in PAL because you can work in NTSC with
  96. Deksid, and when you leave it the frequence turn back to PAL.
  97.  
  98. - Install a 'switcher' on BootBlock (PAL ou NTSC) = Add a 'switcher' to
  99. the BootBlock .  The 'switcher' will turn your computer to a PAL or a
  100. NTSC machine without erasing the original BootBlock.  So you can use this
  101. function on non-standard BootBlock without worying about loosing the
  102. contents of the BB.
  103. - Remove 'switcher' from BootBlock = If the disk don't work with the
  104. switcher you can remove it with this function.  The BootBlock will return
  105. to it original contents.
  106.  
  107. PS. A CLI version of these 2 functions will be release soon.
  108.